home *** CD-ROM | disk | FTP | other *** search
/ PC World 2008 April / PCWorld_2008-04_cd.bin / komercni software / miton / SystemMechanic7Pro.exe / {app} / smhtml.dll / 1033 / HTML / TABSTRIP.CSS < prev    next >
Cascading Style Sheet File  |  2008-01-24  |  2KB  |  124 lines

  1. .tabstrip
  2. {
  3.     _height:1%;
  4. }
  5. .tabstrip,
  6. .tabstrip ul
  7. {
  8.     margin:0;
  9.     padding:0;
  10. }
  11.  
  12. .tabstrip div
  13. {
  14.     width:100%;
  15. }
  16. .tabstrip div:after
  17. {
  18.     content:"";
  19.     clear:both;
  20.     display:block;
  21.     visibility:hidden;
  22.     height:0;
  23. }
  24.  
  25. .tabstrip ul
  26. {
  27.     width:100%;
  28. }
  29.  
  30. .tabstrip li
  31. {
  32.     list-style:none;
  33.     list-style-image: none;
  34.     list-style-position:outside;
  35.     float:left;
  36.     margin:0;
  37.     padding:0;
  38. }
  39.  
  40. .tabstrip li.break
  41. {
  42.     float:none;
  43. }
  44.  
  45. .tabstrip li.break br
  46. {
  47.     clear:both;
  48. }
  49.  
  50. .tabstrip li a
  51. {
  52.     float:left;
  53.     position:relative;
  54.     font-size:100%;
  55. }
  56.  
  57. .tabstrip li a img
  58. {
  59.     vertical-align:middle;
  60.     margin-right:3px;
  61.     border:0;
  62. }
  63.  
  64. .tabstrip li a.selected
  65. {
  66.     z-index:0;
  67.     cursor:default;
  68. }
  69.  
  70. .tabstrip li a .wrap, 
  71. .tabstrip li a .innerWrap
  72. {
  73.     float:left;
  74.     clear:both;
  75.     white-space:nowrap;    
  76.     cursor:pointer;
  77.     /* IE 5 Win */
  78.     _cursor:hand;
  79. }
  80.  
  81. .tabstrip li a.selected .wrap, 
  82. .tabstrip li a.selected .innerWrap
  83. {
  84.     cursor:default;
  85. }
  86.  
  87.  
  88.  
  89. .tabstrip .leftArrow,
  90. .tabstrip .rightArrow,
  91. .tabstrip .leftArrowDisabled,
  92. .tabstrip .rightArrowDisabled
  93. {
  94.     position:absolute;
  95.     z-index:100;
  96.     text-decoration:none;
  97. }
  98.  
  99.  
  100. /* Disabled tab */
  101.  
  102. .tabstrip li a.disabled,
  103. .tabstrip li a.disabled:hover
  104. {
  105.     color:Gray;
  106. }
  107.  
  108. /* arrows */
  109. .tabstrip .rightArrow, 
  110. .tabstrip .leftArrow,
  111. .tabstrip .rightArrowDisabled, 
  112. .tabstrip .leftArrowDisabled
  113. {
  114.     text-indent:-10000px;
  115.     background-position:left 3px;
  116.     background-repeat:no-repeat;
  117.     background-color:transparent;
  118. }
  119.  
  120. .tabstrip .rightArrowDisabled, 
  121. .tabstrip .leftArrowDisabled
  122. {
  123.     cursor:default;
  124. }